home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / pcq12b.lzh / Include / Utils / Break.i next >
Text File  |  1990-08-27  |  296b  |  14 lines

  1. {
  2.     Break.i for PCQ Pascal
  3.  
  4.     Declares CheckBreak, a function that tells you whether the
  5.     user pressed Ctrl-C (under some circumstances, anyway).
  6.     The source for this routine is under Runtime/Extras.
  7. }
  8.  
  9. Function CheckBreak : Boolean;
  10.     External;
  11.  
  12.     { Returns TRUE if the user has struck Ctrl-C }
  13.  
  14.